home *** CD-ROM | disk | FTP | other *** search
- echo off
- break on
- if not exist telearc.exe echo - Please (re)copy contents of diskette.....
- if not exist telearc.exe goto aend
- cls
- if exist hname.txt type hname.txt
- echo -
- echo ╔══════════════════════════════════════════════════════════════════╗
- echo ║ If prompted for "Overwrite [Y/N]"....answer "Yes" ║
- echo ╚══════════════════════════════════════════════════════════════════╝
- echo --
- pause
- verify on
- lha e telearc.exe *.*
- erase telearc.exe
-
- cls
- if exist ff*.rec goto old
- echo new system....!
- copy *.new *.rec
- erase *.new
- echo REV_1 04-07-1995 >REV_1.REC
- goto goodone
-
- rem ----------:OLD
- IF EXIST REV_1.REC goto goodone
- echo - reformatting.......
- OPENIDNW
- IF NOT EXIST NFFID.REC ECHO PROCESS FAILED.....!
- IF NOT EXIST NFFID.REC GOTO AEND
- COPY NFFID.REC FFID.REC
- ERASE NFFID.REC
- echo REV_1 04-07-1995 >REV_1.REC
- cls
-
- :OLD
- :GOODONE
- if exist rev_2.rec goto goodtwo
- echo - reformatting.......
- newtext
- if not exist nwfftext.rec echo process failed.....!
- if not exist nwfftext.rec goto aend
- copy nwfftext.rec fftext.rec
- erase nwfftext.rec
- echo REV_2 04-21-1995 >REV_2.REC
- cls
-
- :GOODTWO
- if exist rev_3.rec goto goodthre
- echo - reformatting.......
- newid
- echo REV_3 05-03-1995 >REV_3.REC
- cls
-
- :goodthre
- if exist rev_4.rec goto goodfour
- echo - fixing delete option.......
- fixdel fix
- echo REV_4 06-20-1995 >REV_4.REC
- cls
-
- :goodfour
- if exist rev_5.rec goto goodfive
- if exist wa.tax erase wa.tax
- rem -> special case.......
- echo - converting tax tables.......
- for %%a in (*.tax) DO taxconv %%a
- echo REV_5 12-11-1995 >REV_5.REC
- cls
-
- :goodfive
- if exist rev_6.rec goto good
- echo - reducing archive files....
- if exist telemark.lzh lha d telemark *.com
- if exist telemark.lzh lha d telemark *.cde
- if exist telemark.lzh lha d telemark *.bat
- if exist telemark.lzh lha d telemark *.tax
- echo REV_6 12-11-1995 >REV_6.REC
- cls
-
- :good
- if exist newid.com erase newid.com
- if exist newtext.com erase newtext.com
- if exist openidnw.com erase openidnw.com
- cls
-
- echo Installation complete. Type "TELE <enter>"
- echo -
- echo Some PC's do not allow this program to operate through Windows.
- echo If that is the case, execute from the DOS prompt.
- :aend
- echo -
-